home *** CD-ROM | disk | FTP | other *** search
/ Whiteline: Alpha / Whiteline Alpha.iso / progtool / c / gcc / gcc258s.zoo / config / i386 / x-aix < prev    next >
Encoding:
Text File  |  1993-05-26  |  501 b   |  16 lines

  1. # There is an alloca in -lbsd, but it is limited to 32K
  2. ALLOCA = alloca.o
  3.  
  4. # If you are running out of memory while compiling gcc, with the standard
  5. # /bin/cc uncomment MALLOCLIB line. That version of malloc is slower but
  6. # has less overhead than the one in libc.
  7. #MALLOCLIB = -lmalloc
  8.  
  9. # Uncomment out the next line if you want to link with the shareable libc_s.
  10. #CLIB_S = -lc_s
  11.  
  12. CLIB = -lld $(MALLOCLIB) $(CLIB_S)
  13.  
  14. # Use a special fixincludes file to avoid munging types.h.
  15. FIXINCLUDES = fixinc.ps2
  16.